home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software 2000
/
Software 2000 Volume 1 (Disc 1 of 2).iso
/
utilities
/
u288.dms
/
in.adf
/
Include
/
Graphics
/
GraphInt.i
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-08-27
|
271 b
|
20 lines
{
GraphInt.i for PCQ Pascal
}
{$I "Include:Exec/Nodes.i"}
type
{ structure used by AddTOFTask }
Isrvstr = record
is_Node : Node;
Iptr : ^Isrvstr; { passed to srvr by os }
code : Address;
ccode : Address;
Carg : Integer;
end;
IsrvstrPtr = ^Isrvstr;